home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Internet 41
/
Practical Internet Issue 41
/
Practical Internet Issue 41.bin
/
pc
/
Software
/
links
/
Essen
/
Menu.swf
/
scripts
/
DefineButton2_53
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-04-06
|
309 b
|
14 lines
on(press){
if(fish != "11")
{
while(count < "15")
{
set("field" add count,eval("soft" add (count + fish)));
set("field" add count add "url",eval("soft" add (count + fish) add "url"));
count += "1";
}
count = "1";
fish += "1";
}
}